From: Richard M. Stallman Date: Tue, 30 Sep 2003 20:41:43 +0000 (+0000) Subject: (User Interface): Fix typos. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~25351 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=8f08a027a24c5dccff8300e4878b4120fd4ec8ce;p=emacs.git (User Interface): Fix typos. --- diff --git a/man/widget.texi b/man/widget.texi index b3485066aac..49c6e0e33c5 100644 --- a/man/widget.texi +++ b/man/widget.texi @@ -213,9 +213,9 @@ middle of another field is prohibited. Editable text fields are created by the @code{editable-field} widget. -An editable fields must be surrounded by static text on both sides, that +An editable field must be surrounded by static text on both sides, that is, text that does not change in the lifetime of the widget. If the -field extend to the end of the line, the terminating line-feed character +field extends to the end of the line, the terminating line-feed character will count as the necessary static text on that end, but you will have to provide the static text before the field yourself. The @code{:format} keyword is useful for generating the static text; for